runtime.hiter.B (field)
6 uses
	runtime (current package)
		map.go#L170: 	B           uint8
		map.go#L894: 	it.B = h.B
		map.go#L960: 		if h.growing() && it.B == h.B {
		map.go#L978: 		if bucket == bucketShift(it.B) {
		map.go#L1008: 				if hash&bucketMask(it.B) != checkBucket {
		map.go#L1019: 				if checkBucket>>(it.B-1) != uintptr(b.tophash[offi]&1) {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |